home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / ComboBox.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  2.7 KB  |  43 lines

  1. [ComboBox]
  2. 0=2,BackgroundImage,public Image BackgroundImage {override get; override set;}
  3. 1=2,DrawMode,public DrawMode DrawMode {get; set;}
  4. 2=2,DroppedDown,public bool DroppedDown {get; set;}
  5. 3=2,Focused,public bool Focused {override get;}
  6. 4=2,IntegralHeight,public bool IntegralHeight {get; set;}
  7. 5=2,ItemHeight,public int ItemHeight {get; set;}
  8. 6=2,Items,public ComboBox.ObjectCollection Items {get;}
  9. 7=2,MaxDropDownItems,public int MaxDropDownItems {get; set;}
  10. 8=2,MaxLength,public int MaxLength {get; set;}
  11. 9=2,PreferredHeight,public int PreferredHeight {get;}
  12. 10=2,SelectedIndex,public int SelectedIndex {override get; override set;}
  13. 11=2,SelectedItem,public object SelectedItem {get; set;}
  14. 12=2,SelectedText,public string SelectedText {get; set;}
  15. 13=2,SelectionLength,public int SelectionLength {get; set;}
  16. 14=2,SelectionStart,public int SelectionStart {get; set;}
  17. 15=2,Sorted,public bool Sorted {get; set;}
  18. 16=2,Style,public ComboBoxStyle Style {get; set;}
  19. 17=2,Text,public string Text {override get; override set;}
  20. 18=3,AddItemsCore,protected virtual void AddItemsCore(object[] value);
  21. 19=3,BeginUpdate,public void BeginUpdate();
  22. 20=3,EndUpdate,public void EndUpdate();
  23. 21=3,FindString,public int FindString(string s);\n(string s, int startIndex);
  24. 22=3,FindStringExact,public int FindStringExact(string s);\n(string s, int startIndex);
  25. 23=3,FormatFormatChanged,protected override void FormatFormatChanged(object sender, EventArgs e);
  26. 24=3,GetItemHeight,public int GetItemHeight(int index);
  27. 25=3,OnDrawItem,protected virtual void OnDrawItem(DrawItemEventArgs e);
  28. 26=3,OnDropDown,protected virtual void OnDropDown(EventArgs e);
  29. 27=3,OnMeasureItem,protected virtual void OnMeasureItem(MeasureItemEventArgs e);
  30. 28=3,OnParentPropertyChanged,protected override void OnParentPropertyChanged(PropertyChangedEventArgs e);
  31. 29=3,OnResize,protected override void OnResize(EventArgs e);
  32. 30=3,OnSelectedIndexChanged,protected override void OnSelectedIndexChanged(EventArgs e);
  33. 31=3,OnSelectionChangeCommitted,protected virtual void OnSelectionChangeCommitted(EventArgs e);
  34. 32=3,OnTextChanged,protected virtual void OnTextChanged(EventArgs e);
  35. 33=3,ResetItemHeight,public void ResetItemHeight();
  36. 34=3,Select,public void Select(int start, int length);
  37. 35=3,SelectAll,public void SelectAll();
  38. 36=3,SetBoundsCore,protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified);
  39. 37=3,SetItemsCore,protected override void SetItemsCore(object[] value);
  40. 38=3,ShouldPersistBackColor,public override bool ShouldPersistBackColor();
  41. 39=3,ShouldPersistForeColor,public override bool ShouldPersistForeColor();
  42. 40=3,ShouldPersistItemHeight,public bool ShouldPersistItemHeight();
  43. 41=3,ShouldPersistText,public override bool ShouldPersistText();